# Ignore nested functional_tests directory
**/functional_tests

# Ignore bash scripts
**/*.sh


# Ignore node_modules
node_modules

# Exclude the dockerfile from scanning
Dockerfile

# from slack
.deps/*